home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libgtkhtml3.14-19 / README < prev    next >
Text File  |  2009-08-22  |  1KB  |  59 lines

  1. Licensing
  2. ---------
  3.  
  4.         The library is released under the LGPL
  5.  
  6. What is GtkHTML?
  7. ----------------
  8.  
  9. GtkHTML is a lightweight HTML rendering/printing/editing engine.  It
  10. was originally based on KHTMLW, part of the KDE project, but is now
  11. being developed independently.
  12.  
  13. Mailing list
  14. ------------
  15.  
  16. GtkHTML is currently maintained by the Evolution team and no longer
  17. has its own mailing list.  The best place to ask GtkHTML questions
  18. is on the "evolution-hackers" mailing list.
  19.  
  20. You can subscribe to this list at:
  21.  
  22.         http://mail.gnome.org/mailman/listinfo/evolution-hackers
  23.  
  24. You can also report GtkHTML bugs by filing a report at:
  25.  
  26.         http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml
  27.  
  28. NOTICE: While GtkHTML is still being maintained, it is no longer being
  29.         actively developed and is not recommended for new applications.
  30.         Consider WebKit/GTK+ or Gecko instead.
  31.  
  32. Requirements
  33. ------------
  34.  
  35. In order to compile GtkHTML, you need:
  36.        gail >= 1.1
  37.        GTK+ >= 2.16
  38.        enchant
  39.        GConf
  40.        iso-codes >= 0.49
  41.        gnome-icon-theme >= 2.22
  42.  
  43. If you want to try the test program `testgtkhtml', you also need
  44. libsoup-2.4 or later.
  45.  
  46. To try it out, run testgtkhtml in the source directory, i.e:
  47.  
  48.     cd gtkhtml
  49.     ./testgtkhtml
  50.  
  51. WARNING: testgtkhtml's URL fetching code is very buggy.
  52.  
  53. You can also test GtkHTML's simple HTML editor widget:
  54.  
  55.     cd components/editor
  56.     ./gtkhtml-editor-test
  57.  
  58. The editor widget is used in Evolution's mail composer.
  59.